﻿2026-06-15T15:08:50.7648536Z ##[group]Run actions/checkout@v5
2026-06-15T15:08:50.7649533Z with:
2026-06-15T15:08:50.7650042Z   repository: SaberMage/spt-core
2026-06-15T15:08:50.7655706Z   token: ***
2026-06-15T15:08:50.7656214Z   ssh-strict: true
2026-06-15T15:08:50.7656724Z   ssh-user: git
2026-06-15T15:08:50.7657278Z   persist-credentials: true
2026-06-15T15:08:50.7657853Z   clean: true
2026-06-15T15:08:50.7658366Z   sparse-checkout-cone-mode: true
2026-06-15T15:08:50.7658984Z   fetch-depth: 1
2026-06-15T15:08:50.7659492Z   fetch-tags: false
2026-06-15T15:08:50.7660006Z   show-progress: true
2026-06-15T15:08:50.7660533Z   lfs: false
2026-06-15T15:08:50.7661961Z   submodules: false
2026-06-15T15:08:50.7662636Z   set-safe-directory: true
2026-06-15T15:08:50.7663459Z ##[endgroup]
2026-06-15T15:08:50.9543095Z Syncing repository: SaberMage/spt-core
2026-06-15T15:08:50.9544735Z ##[group]Getting Git version info
2026-06-15T15:08:50.9545538Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-15T15:08:50.9810178Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-15T15:08:51.0019410Z git version 2.43.0.windows.1
2026-06-15T15:08:51.0047219Z ##[endgroup]
2026-06-15T15:08:51.0055916Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\7b83bb74-3dd9-4a64-b7f5-fc0214362fb2\.gitconfig'
2026-06-15T15:08:51.0070083Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\7b83bb74-3dd9-4a64-b7f5-fc0214362fb2' before making global git config changes
2026-06-15T15:08:51.0072005Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T15:08:51.0075057Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-15T15:08:51.0299992Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-15T15:08:51.0493588Z https://github.com/SaberMage/spt-core
2026-06-15T15:08:51.0521497Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-15T15:08:51.0525836Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-15T15:08:51.0710556Z HEAD
2026-06-15T15:08:51.0948184Z ##[endgroup]
2026-06-15T15:08:51.0951568Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-15T15:08:51.4651968Z ##[group]Cleaning the repository
2026-06-15T15:08:51.4655821Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-15T15:08:58.9955137Z Removing .adapter-notify/
2026-06-15T15:08:58.9955555Z Removing target/
2026-06-15T15:08:58.9991793Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-15T15:08:59.0426129Z HEAD is now at 19b682dd Merge b115929b81e78959b0f5d36d09340af49270f9a1 into b5f61bab9cf4458d9ef71fcf6dedf3e3f02216cf
2026-06-15T15:08:59.0453711Z ##[endgroup]
2026-06-15T15:08:59.0458597Z ##[group]Disabling automatic garbage collection
2026-06-15T15:08:59.0464850Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-15T15:08:59.0694281Z ##[endgroup]
2026-06-15T15:08:59.0694763Z ##[group]Setting up auth
2026-06-15T15:08:59.0700224Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-15T15:08:59.0914547Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-15T15:08:59.4540574Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T15:08:59.4774200Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-15T15:08:59.8407025Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T15:08:59.8633398Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-15T15:09:00.2441696Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-15T15:09:00.2722898Z ##[endgroup]
2026-06-15T15:09:00.2723311Z ##[group]Fetching the repository
2026-06-15T15:09:00.2729599Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +308ac1cf6970dc814da18d3d8816404f86b13e34:refs/remotes/pull/16/merge
2026-06-15T15:09:01.5082172Z From https://github.com/SaberMage/spt-core
2026-06-15T15:09:01.5082727Z  + 19b682dd...308ac1cf 308ac1cf6970dc814da18d3d8816404f86b13e34 -> pull/16/merge  (forced update)
2026-06-15T15:09:01.5203663Z ##[endgroup]
2026-06-15T15:09:01.5204047Z ##[group]Determining the checkout info
2026-06-15T15:09:01.5204598Z ##[endgroup]
2026-06-15T15:09:01.5211505Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-15T15:09:01.5490520Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-15T15:09:01.5706053Z ##[group]Checking out the ref
2026-06-15T15:09:01.5710447Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/16/merge
2026-06-15T15:09:01.6170186Z Warning: you are leaving 1 commit behind, not connected to
2026-06-15T15:09:01.6170634Z any of your branches:
2026-06-15T15:09:01.6170901Z 
2026-06-15T15:09:01.6171136Z   19b682dd Merge b115929b81e78959b0f5d36d09340af49270f9a1 into b5f61bab9cf4458d9ef71fcf6dedf3e3f02216cf
2026-06-15T15:09:01.6171430Z 
2026-06-15T15:09:01.6171620Z If you want to keep it by creating a new branch, this may be a good time
2026-06-15T15:09:01.6172040Z to do so with:
2026-06-15T15:09:01.6172168Z 
2026-06-15T15:09:01.6172331Z  git branch <new-branch-name> 19b682dd
2026-06-15T15:09:01.6172592Z 
2026-06-15T15:09:01.6173038Z HEAD is now at 308ac1cf Merge a9167270f4460aacca5a99f93541e2ca9a1ad154 into b5f61bab9cf4458d9ef71fcf6dedf3e3f02216cf
2026-06-15T15:09:01.6198071Z ##[endgroup]
2026-06-15T15:09:01.6501286Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-15T15:09:01.6732253Z 308ac1cf6970dc814da18d3d8816404f86b13e34
